Class: Aws::Types::DescribeBackupAccessPointResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:access_point_metadata])

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_arn::String

Returns the value of attribute access_point_arn.

Returns:

  • (::String)


590
591
592
# File 'sig/types.rbs', line 590

def access_point_arn
  @access_point_arn
end

#access_point_metadata::Hash[::String, ::String]

Returns the value of attribute access_point_metadata.

Returns:

  • (::Hash[::String, ::String])


591
592
593
# File 'sig/types.rbs', line 591

def 
  @access_point_metadata
end

#backup_vault_arn::String

Returns the value of attribute backup_vault_arn.

Returns:

  • (::String)


592
593
594
# File 'sig/types.rbs', line 592

def backup_vault_arn
  @backup_vault_arn
end

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def backup_vault_name
  @backup_vault_name
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


594
595
596
# File 'sig/types.rbs', line 594

def creation_time
  @creation_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def name
  @name
end

#recovery_point_arn::String

Returns the value of attribute recovery_point_arn.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

def recovery_point_arn
  @recovery_point_arn
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


597
598
599
# File 'sig/types.rbs', line 597

def resource_arn
  @resource_arn
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def resource_type
  @resource_type
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "CREATING", "DELETING", "DISASSOCIATED", "DISASSOCIATING", "EXPIRED", "FAILED")


599
600
601
# File 'sig/types.rbs', line 599

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


600
601
602
# File 'sig/types.rbs', line 600

def status_message
  @status_message
end