Class: Aws::Types::GetBackendStorageResourceConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_name ⇒ ::String

Returns the value of attribute bucket_name.

Returns:

  • (::String)


660
661
662
# File 'sig/types.rbs', line 660

def bucket_name
  @bucket_name
end

#imported ⇒ Boolean

Returns the value of attribute imported.

Returns:

  • (Boolean)


661
662
663
# File 'sig/types.rbs', line 661

def imported
  @imported
end

#permissions ⇒ Types::BackendStoragePermissions

Returns the value of attribute permissions.



662
663
664
# File 'sig/types.rbs', line 662

def permissions
  @permissions
end

#service_name ⇒ "S3"

Returns the value of attribute service_name.

Returns:

  • ("S3")


663
664
665
# File 'sig/types.rbs', line 663

def service_name
  @service_name
end