Class: Aws::Types::StartAssessmentFrameworkShareRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment ⇒ ::String

Returns the value of attribute comment.

Returns:

  • (::String)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def comment
  @comment
end

#destination_account ⇒ ::String

Returns the value of attribute destination_account.

Returns:

  • (::String)


1107
1108
1109
# File 'sig/types.rbs', line 1107

def 
  @destination_account
end

#destination_region ⇒ ::String

Returns the value of attribute destination_region.

Returns:

  • (::String)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def destination_region
  @destination_region
end

#framework_id ⇒ ::String

Returns the value of attribute framework_id.

Returns:

  • (::String)


1106
1107
1108
# File 'sig/types.rbs', line 1106

def framework_id
  @framework_id
end